home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0987.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  855 b   |  21 lines

  1.   Um, I've been playing with various ways of getting postscript to display
  2. via XMosaic (1.0). When you use FTP, things are fine, because the FTP daemon
  3. doesn't do any processing, and so when XMosaic hands off to Ghostview or
  4. whatever, life is fine.
  5.  
  6.   However, when HTTP processes the file, it puts the line :
  7.  
  8. <PLAINTEXT>
  9.  
  10. in front of the rest of the document. Thus, when it gets back to Ghostview,
  11. it chokes because <PLAINTEXT> is invalid PS. This may again get us to the
  12. point of needing "type tags" for different types of files, but with the
  13. coming various "multi-media" browsers, it seems to me to be a problem we
  14. need to solve somehow (perhaps the URLs will help, but I don't think they
  15. are the ultimate solution).
  16.  
  17.   I can just set up a filter for Ghostscript which removes the offending
  18. line, but is there a better solution?
  19.  
  20.                 Thanks, <Mowgli>
  21.